You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > VectorInt Structure > VectorInt Methods > BinaryXOr Method > VectorInt.BinaryXOr Method ([In] TMtxVecInt, [In] int, [In] int, [In] int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
VectorInt.BinaryXOr Method ([In] TMtxVecInt, [In] int, [In] int, [In] int)

Apply binary "xor" between coresponding elements in Src and Self.

Syntax
C#
Visual Basic
public TMtxVecInt BinaryXOr([In] TMtxVecInt Src, [In] int SrcIndex, [In] int Index, [In] int Len);

the result of binary "xor" of Src values [SrcIndex]...[SrcIndex+Len-1] with coresponding values in Self (this) [Index]..[Index+Len-1] stored back in the calling object.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!